home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupfs64.exe / {app} / Example3.sfs < prev    next >
INI File  |  2009-07-31  |  1KB  |  39 lines

  1. [Default]
  2. #          Folder Synchronize Command Script File Syntax
  3. #                           Version 3.0
  4. #                       Funduc Software, Inc
  5. #                        Copyright 1997-2009
  6. #               www.funduc.comááááwww.searchandreplace.com
  7. #          support@Funduc.com áááásupport@searchandreplace.comá
  8. #
  9. # This script is a little more powerful than Example1.sfs and 
  10. # Example2.sfs. Here, cancel is disallowed and no progress meter
  11. # is displayed. Only files named *.htm* and *.cgi are included but
  12. # files in any subdirs with a 'vti_ '-type name will be excluded.
  13. # Furthermore, no file older than 12/31/2001 would be processed.
  14. # The Operation=2 is a refresh, which means only existing files 
  15. # would be updated.
  16. # Results are appended to d:\test\foldsync.txt
  17.  
  18. # See the scripts in "SampleScripts.zip" for other examples.
  19.  
  20. [Action1]
  21. Path1=d:\test\folder1
  22. Path2=d:\test\folder2
  23. #Destination=d:\test\ResultsTest
  24. Mask=*.htm*;*.cgi;~\*\_vti_*\*.*
  25.  
  26. Operation=2
  27. Search_subdir=1
  28. Show Identical=1
  29. Show Different=1
  30. Match In Subdir=0
  31. Show Files in 1 Dir=1
  32. Min Date Filter=12/31/2001
  33.  
  34. Output File=d:\test\foldsync.txt
  35. Append to Output File=1
  36. Allow Cancel=0
  37. Confirm Updates=1
  38. Show Progress=0
  39.